home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / dev / lang / Python20.lha / Python-2.0 / Lib / Python2.0 / test / test_cpickle.py < prev    next >
Encoding:
Text File  |  2000-10-26  |  89 b   |  6 lines

  1. # Test the cPickle module
  2.  
  3. import cPickle
  4. import test_pickle
  5. test_pickle.dotest(cPickle)
  6.